-
Notifications
You must be signed in to change notification settings - Fork 144
Update custom ca certs hook #3481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update custom ca certs hook #3481
Conversation
b361165 to
bd8178b
Compare
bd8178b to
2b7a90a
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
The hook was supposed to create a secret with custom ca certs and also update the Openstack control-plane to use it. This approach has brought some issues with the control-plane restarting, so we want to change the approach to creating the secret only. The use of the secret will be done separately. Signed-off-by: Katarina Strenkova <[email protected]>
2b7a90a to
82f0e66
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/27b9b7a050f74110acc003f7f9bceeb1 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 55s |
|
recheck |
e99f135
into
openstack-k8s-operators:main
The hook was supposed to create a secret with custom ca certs and also update the Openstack control-plane to use it. This approach has brought some issues with the control-plane restarting, so we want to change the approach to creating the secret only. The use of the secret will be done separately.